Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump WireMock.Net from 1.6.3 to 1.6.6 #123

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps WireMock.Net from 1.6.3 to 1.6.6.

Changelog

Sourced from WireMock.Net's changelog.

1.6.6 (01 October 2024)

  • #1185 - Throw exception in case WithTransformer is used after WithBodyFromFile [bug] contributed by StefH
  • #1187 - Fix StaticMappingsPath in WireMockContainerBuilder [bug] contributed by StefH
  • #1184 - .WithBodyFromFile() + .WithTransformer(transformContentFromBodyAsFile: true) = empty string [bug]
  • #1186 - WithMappings path is null on Build() call [bug]

1.6.5 (28 September 2024)

  • #1175 - Add WireMock.Net.AspNetCore.Middleware [feature] contributed by StefH
  • #1181 - WireMock.Net.Testcontainers: Use 'sheyenrath/wiremock.net-alpine' image as default for Linux [feature] contributed by StefH
  • #1182 - pass in the request when no matching is found to the warn logger [feature] contributed by JasonLandbridge

1.6.4 (25 September 2024)

  • #1169 - Allow mapping without Path or Url [bug] contributed by StefH
  • #1170 - Update the .NET Aspire tests [feature] contributed by StefH
  • #1172 - Fix JSON parsing of text/plain content type [bug] contributed by ruxo
  • #1177 - Unpin Testcontainers version and upgrade to version 3.10.0 [bug] contributed by StefH
  • #1178 - Upgrade CS-Script to version 4.8.17 [feature] contributed by StefH
  • #1179 - Add WireMock.Net.TUnit project [feature] contributed by StefH
  • #1146 - Bump Request CS-Script 4.8.13 to 4.8.17 [feature]
  • #1167 - Admin API fails to create a mapping with Request Header matching using WildCardMatcher [bug]
  • #1168 - Numbers in text/plain content is parsed as JSON. [bug]
  • #1176 - WireMock.NET TestContainer Dependency Constraint Issue [bug]
Commits
  • eb7e6c3 1.6.6
  • f56ecf9 Fix StaticMappingsPath in WireMockContainerBuilder (#1187)
  • 76ae146 Throw exception in case WithTransformer is used after WithBodyFromFile (#1185)
  • edbc7ae 1.6.5
  • 42306d1 Add WireMock.Net.AspNetCore.Middleware (#1175)
  • c57590b Set <SonarQubeExclude>true</SonarQubeExclude> in test projects (#1183)
  • dca3fd0 WireMock.Net.Testcontainers: Use 'sheyenrath/wiremock.net-alpine' image as de...
  • 9599442 pass in the request when no matching is found to the warn logger (#1182)
  • 6974115 Update README.md (add WireMock.Net.TUnit)
  • f89f0fa 1.6.4
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [WireMock.Net](https://github.com/WireMock-Net/WireMock.Net) from 1.6.3 to 1.6.6.
- [Release notes](https://github.com/WireMock-Net/WireMock.Net/releases)
- [Changelog](https://github.com/WireMock-Net/WireMock.Net/blob/master/CHANGELOG.md)
- [Commits](WireMock-Net/WireMock.Net@1.6.3...1.6.6)

---
updated-dependencies:
- dependency-name: WireMock.Net
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
Copy link

codecov bot commented Oct 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.83%. Comparing base (bf4b268) to head (102021e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #123   +/-   ##
=======================================
  Coverage   95.83%   95.83%           
=======================================
  Files          12       12           
  Lines        1104     1104           
  Branches      143      143           
=======================================
  Hits         1058     1058           
  Misses         11       11           
  Partials       35       35           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bednar bednar merged commit ba09e0f into main Oct 7, 2024
8 checks passed
@bednar bednar deleted the dependabot/nuget/WireMock.Net-1.6.6 branch October 7, 2024 12:29
@bednar bednar added this to the 0.9.0 milestone Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant